PERFORM CHECKLIST FOR FILES

This command will output the contents of the current working directory to a checklist.

  Syntax
PERFORM CHECKLIST FOR FILES
  Returns

This command does not return a value.

  Description

The command provides a convenient way to store the contents of a directory without using additional data structures, but does tie up the checklist when in use. Use the CHECKLIST commands in the SYSTEM command set to access the checklist.

  Example Code
cls
perform checklist for files
for t=1 to checklist quantity()
print "files= "+checklist string$(t)
next t
do
loop
end
  See also

FILE Commands Menu
Index